net/http.http2clientStream.ctx (field)

6 uses

	net/http (current package)
		h2_bundle.go#L7025: 	ctx       context.Context
		h2_bundle.go#L7817: 		ctx:                  ctx,
		h2_bundle.go#L7912: 	ctx := cs.ctx
		h2_bundle.go#L8057: 	ctx := cs.ctx
		h2_bundle.go#L8387: 	ctx := cs.ctx
		h2_bundle.go#L9185: 	case <-cs.ctx.Done():